.service_bg{	
	background-image: url(/static/tn106/img/service_bg.png);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center;
	
}


.service{width:100%;margin: 0px 0px 0px 0px;padding: 30px 0 80px 0;height: auto}



.service .tit{width:100%;text-align: center;margin: 50px 0px 50px 0px;}
.service .tit h2{font-size: 36px}
.service .tit small{display:block;color:#878B99;font-size:14px;line-height: 60px}

.service .s_item {overflow:hidden;position:relative;}
.service .s_item .title{background:#206ae4;}
.service .s_item .title a{color:#fff;padding:10px 0;display:block;text-align:center;-webkit-transition:all 0s;transition:all 0s;}
.service .s_item .title .icon{padding-top:15px;}
.service .s_item .title .icon i{color:#fff;font-size:34px;}
.service .s_item .title big{display:block;color:#fff;font-size:18px;margin-top:5px;}
.service .s_item .title small{display:block;color:#fff;opacity:.8;font-size:14px;}
.service .s_item .info{background:#f8f9fc;height:250px;}
.service .s_item .info .tisp{display:none;}
.service .s_item .info .pro_url{text-align:center;padding:10px;text-align: center;display: block;}
.service .s_item .info .pro_url a{display:block;line-height:30px;font-size: 14px}
.service .s_item:nth-child(2n) .info{background:#f1f4f7;}
.service .s_item:nth-child(2n) .title{background:#0e78e1;}

.service .s_item.curr{padding:0;box-shadow:0 5px 25px rgba(0,0,0,.1);z-index:130;  transform: scale(1.05);
    transition: all 1s ease}
.service .s_item.curr .title{background:url("/static/tn106/img/bg103.jpg") center center #000;background-size:cover;}
.service .s_item.curr .title a{padding:25px 0;}
.service .s_item.curr .info{height:280px;padding:35px 10% 0;background:#fff;}
.service .s_item.curr .info .tisp{display:block;color:#878B99;line-height:24px;max-height:72px;overflow:hidden;}
.service .s_item.curr .info .pro_url{padding:25px 0 0;max-height:150px;overflow:hidden;}
.service .s_item.curr .info .pro_url a{display:inline-block;background:#f8f9fc;float:left;width:45%;margin:5px;position:relative;}
.service .s_item.curr .info .pro_url a i{width:0;position:absolute;left:0;top:0;height:100%;content:"";display:block;z-index:0;background:#206ae4;}
.service .s_item.curr .info .pro_url a span{position:relative;z-index:1;}
.service .s_item.curr .info .pro_url a:hover{background:#206ae4;color: #fff;}
.service .s_item.curr .info .pro_url a:hover i{width:100%;}
.service .s_item.curr .info .pro_url a:hover span{color:#fff;}


.service .s_item:hover .title big{color:#0e1a90;}
.service .s_item:hover .title small{color:#0e1a90;}

.service .s_item:hover .title .icon i{color:#0e1a90;}

/*.service .s_item:nth-child(1) .info .pro_url a:nth-child(n+6){display:none;}
.service .s_item .info .pro_url a:nth-child(n+7){display:none;}*/








